/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[12].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[12].oneOf[9].use[5]!./src/app/boards/[boardId]/BoardPage.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.BoardPage_container__I_7Nh {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.BoardPage_contentWrapper___oxD6 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.BoardPage_header__tdNm5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  border-bottom: 2px solid var(--border, #f0f0f0);
}

.BoardPage_titleSection__5Locl {
  flex: 1;
}

.BoardPage_title__pw27K {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.BoardPage_subtitle__ay9dm {
  color: var(--text-muted, #666);
  font-size: 0.875rem;
  line-height: 1.4;
}

.BoardPage_writeButtonDesktop__75YA0 {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--link, #007bff);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s;
  margin-left: 1rem;
}
.BoardPage_writeButtonDesktop__75YA0:hover {
  background: var(--link-hover, #0056b3);
  transform: translateY(-1px);
}

.BoardPage_bottomSection__TUSRn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 0 1rem;
}

.BoardPage_mobileWriteButton__yTkAG {
  display: none;
  padding: 0.75rem 1.5rem;
  background: var(--link, #007bff);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}
.BoardPage_mobileWriteButton__yTkAG:hover {
  background: var(--link-hover, #0056b3);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.BoardPage_postsSection__e16xx {
  padding: 2rem;
}

.BoardPage_loading__LR4Z0,
.BoardPage_error__euL6Q,
.BoardPage_noPosts__lb3Lv {
  text-align: center;
  padding: 3rem;
  color: #666;
}

.BoardPage_error__euL6Q {
  color: #dc3545;
}

.BoardPage_noPosts__lb3Lv .BoardPage_noPostsAction__iMUL9 {
  margin-top: 2rem;
}
.BoardPage_noPosts__lb3Lv .BoardPage_firstWriteButton__agdbf {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.3s;
}
.BoardPage_noPosts__lb3Lv .BoardPage_firstWriteButton__agdbf:hover {
  background: #218838;
}

.BoardPage_postsHeader__pgGoi {
  display: grid;
  grid-template-columns: 80px 1fr 120px 150px 80px 80px;
  padding: 1rem;
  background: var(--surface, #f8f9fa);
  border-top: 1px solid var(--border, #dee2e6);
  border-bottom: 2px solid var(--border, #dee2e6);
  font-weight: 600;
  color: var(--text-muted, #495057);
  font-size: 0.875rem;
}

.BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS {
  display: grid;
  grid-template-columns: 80px 1fr 120px 150px 80px 80px;
  padding: 1rem;
  border-bottom: 1px solid var(--border, #e9ecef);
  transition: all 0.2s ease;
  cursor: pointer;
}
.BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS:hover {
  background: var(--surface, #f1f3f5);
  border-left: 4px solid var(--link, #007bff);
  padding-left: calc(1rem - 4px);
}

.BoardPage_postNumber__zYDCi {
  text-align: center;
  color: var(--text-muted, #6c757d);
}

.BoardPage_postTitle___jVSd {
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BoardPage_postTitle___jVSd .BoardPage_postTitleLink__yif2H {
  color: var(--text-primary, #333);
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BoardPage_postTitle___jVSd .BoardPage_postTitleLink__yif2H:hover {
  color: var(--link, #007bff);
  text-decoration: underline;
}
.BoardPage_postTitle___jVSd .BoardPage_imageIcon__ackXN {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
.BoardPage_postTitle___jVSd .BoardPage_commentCount__5oJj7 {
  margin-left: 0.5rem;
  color: var(--state-error, #dc3545);
  font-size: 0.9rem;
  font-weight: 600;
}

.BoardPage_postAuthor__DZDE2 {
  text-align: center;
  color: var(--text-muted, #495057);
}

.BoardPage_postDate__bWVH9 {
  text-align: center;
  color: var(--text-muted, #6c757d);
  font-size: 0.9rem;
}

.BoardPage_postViews__cdRJX {
  text-align: center;
  color: var(--text-muted, #6c757d);
}

.BoardPage_postLikes__hzA1H {
  text-align: center;
  color: var(--text-primary, #333);
  font-weight: 600;
}

.BoardPage_paginationContainer__of1Sj {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  padding: 0 1rem;
  position: relative;
}

.BoardPage_pagination__cTemm {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.BoardPage_actionButtons__x2sDz {
  position: absolute;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}

.BoardPage_refreshButton__gLDSj {
  padding: 0.5rem 1rem;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.BoardPage_refreshButton__gLDSj:hover {
  background: #218838;
  transform: translateY(-1px);
}

.BoardPage_pageButton__dxAhY {
  padding: 0.5rem 0.75rem;
  min-width: 2.5rem;
  background: white;
  border: 1px solid var(--border, #dee2e6);
  border-radius: 4px;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s;
  box-sizing: border-box;
}
.BoardPage_pageButton__dxAhY:hover:not(.BoardPage_active__wCtT5) {
  background: var(--surface, #f8f9fa);
  border-color: var(--link, #0066cc);
  color: var(--link, #0066cc);
}
.BoardPage_pageButton__dxAhY.BoardPage_active__wCtT5 {
  background: var(--link, #007bff);
  border: 1px solid var(--link, #007bff);
  color: white;
  font-weight: 600;
}
.BoardPage_pageButton__dxAhY:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.BoardPage_searchSection__kyhL7 {
  padding: 1.5rem 2rem 1rem;
  border-top: 1px solid var(--border, #e9ecef);
}

.BoardPage_searchContainer__T6L_j {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  max-width: 500px;
  margin-left: auto;
}

.BoardPage_searchType__4EBe7 {
  padding: 0.5rem;
  border: 1px solid var(--border, #dee2e6);
  border-radius: 4px;
  background: white;
  color: var(--text-muted, #495057);
  cursor: pointer;
}
.BoardPage_searchType__4EBe7:focus {
  outline: none;
  border-color: var(--link, #0066cc);
}

.BoardPage_searchInput__z_LWb {
  width: 300px;
  padding: 0.5rem 1rem;
  border: 1px solid var(--border, #dee2e6);
  border-radius: 4px;
  font-size: 1rem;
}
.BoardPage_searchInput__z_LWb:focus {
  outline: none;
  border-color: var(--link, #0066cc);
}

.BoardPage_searchButton__qFKn3 {
  padding: 0.5rem 1.5rem;
  background: var(--link, #0066cc);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}
.BoardPage_searchButton__qFKn3:hover {
  background: var(--link-hover, #0052a3);
}

@media (max-width: 768px) {
  .BoardPage_container__I_7Nh {
    padding: 0;
  }
  .BoardPage_header__tdNm5 {
    padding: 1.5rem 1rem;
  }
  .BoardPage_title__pw27K {
    font-size: 1.25rem;
  }
  .BoardPage_subtitle__ay9dm {
    font-size: 0.8rem;
  }
  .BoardPage_mobileWriteButton__yTkAG {
    display: inline-block;
  }
  .BoardPage_writeButtonDesktop__75YA0,
  .BoardPage_writeButton__F9jyH {
    display: none;
  }
  .BoardPage_bottomSection__TUSRn {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .BoardPage_postsHeader__pgGoi {
    display: none;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS {
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    border-left: 4px solid #007bff;
    padding-left: calc(1rem - 4px);
    background: #fff;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postTitle___jVSd {
    margin-bottom: 0.75rem;
    font-weight: 600;
    padding: 0;
    overflow: visible;
    white-space: normal;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postTitle___jVSd .BoardPage_postTitleLink__yif2H {
    font-size: 1rem;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postNumber__zYDCi {
    display: none;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postAuthor__DZDE2,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postDate__bWVH9,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postViews__cdRJX,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postLikes__hzA1H {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    color: #666;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postAuthor__DZDE2:before,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postDate__bWVH9:before,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postViews__cdRJX:before,
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postLikes__hzA1H:before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #333;
  }
  .BoardPage_postsList__C2tF9 .BoardPage_postRow__m9uyS .BoardPage_postLikes__hzA1H {
    color: #333;
    font-weight: 600;
  }
  .BoardPage_searchSection__kyhL7 {
    padding: 1rem;
  }
  .BoardPage_searchContainer__T6L_j {
    flex-direction: column;
    justify-content: stretch;
    max-width: none;
    margin-left: 0;
  }
  .BoardPage_searchContainer__T6L_j .BoardPage_searchType__4EBe7 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .BoardPage_searchContainer__T6L_j .BoardPage_searchInput__z_LWb {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .BoardPage_searchContainer__T6L_j .BoardPage_searchButton__qFKn3 {
    width: 100%;
  }
  .BoardPage_paginationContainer__of1Sj {
    flex-direction: column;
    gap: 1rem;
    padding: 0 1rem;
  }
  .BoardPage_paginationContainer__of1Sj .BoardPage_pagination__cTemm {
    justify-content: center;
  }
  .BoardPage_paginationContainer__of1Sj .BoardPage_actionButtons__x2sDz {
    position: static;
    justify-content: center;
  }
}
